&o Literal

Used to represent octal literals.

&oOctalNumber

PartTypeDescription
OctalNumber Octal number A octal literal value.


Note

To write an octal literal, precede the value with &o.


Example

This example shows an octal constant:

&o527

See Also

Oct function.